/*-----------Header1, topheader.jsp, ((logo, cart, login))-----------------*/

#header1Container {
    background-color: #E3E2DD; 
    width: 100%;
    color: #000000 !important;
    height: 55px !important;
 }  /* Middle of the languagebar.jsp ((logo, cart, login))*/

#header1Wrapper{
  background-color: #E3E2DD !important;
  color: #000000 !important;
 } /* sides of languagebar.jsp ((logo, cart, login))*/

 #cartInfo .glyphicon-shopping-cart{
     color: #B2B2B2!important; /* cart color*/ 
  }

  .cartInfo{
    width: min-content !important;
    height: min-content !important;
  }

  #loginDropdownMenuLink{
    color: #000000 !important; /*Login link color*/
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }

  #logoutLinkWrapper{
    color: #000000 !important; 
    font-size: 15px !important;
    font-weight: 400;
  }
  
  .headerProfileLink{
    color: #000000 !important; 
    font-size: 15px !important;
    font-weight: 400;
  }
  
  #loginNameWrapper {
    color: #000000 !important; 
    font-size: 15px !important;
    font-weight: 400;
  }
  
  .headerStudentLoginLogoutLink{
    color: #000000 !important; 
    font-size: 15px !important;
    font-weight: 400;
  }

  #loginDropdownMenuLink:hover{
    color: #701931 !important; /*Login link color*/
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }

    #loginDropdownMenuLink a:active{
    color: #701931 !important; /*Login link color*/
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }

  .dropdown-menu.show{
    background-color: #fff;
  }

    .dropdown-menu.show a{
    color: #701931 !important; /*Login link color*/
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }

 #navbarSupportedContent{
  color: white;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
 }
  
/*----------------------------------------------------------------------------*/

/*-------------------------Global nav, globalNavigationEmbeddable.jsp ------------------------------*/ 
#header3Container{
  display: flex;
  justify-content: center;
  background-color: #701931  !important;
  height: 65px !important;
  align-items: center !important;
} 

#header3Wrapper{
    background-color: #701931  !important;
    height: 65px !important;
  }

#header3 .col-lg-12{
  height: 65px !important;
  align-items: center !important;
}

#globalNavigationBar{
      background-color: #701931 !important;
      height: 65px !important;
      align-items: center !important;
      } /* change the color of the center of the navbar that is now aligned to the right*/

.nav-item{
  font-size: 17px !important; /* global nav item font size */
  font-weight: 400;
}

#header3Container a{
  color: #FFFFFF !important;
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link{
  color: #FFFFFF !important;
  } /* Color of navbar items/links */

#header3Container .dropdown-menu.show a:hover{
  color: #FFFFFF !important;
  background-color: #701931 !important;
  text-decoration: underline !important;
  font-weight: normal !important;
}

#header3Container .dropdown-menu.show a{
  color: #000000 !important;
  background-color: #FFFFFF !important;
  text-decoration: none !important;
  font-weight: normal !important;
}

#mainNavBarCollapsable{
  z-index: 9999;
  background-color: #701931 !important;

}


.navbar-toggler {
  background-color: #701931 !important; 
  border-color: #FFFFFF !important;
  padding: 0.375rem 0.75rem !important;  /* Default Bootstrap padding */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 30px;
}
/* Middle white line */
.navbar-toggler-icon {
  background-color: #FFFFFF !important;  /* White line */
  width: 18px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Top and Bottom white lines */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  background-color: #FFFFFF;  /* White lines */
  width: 18px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* Slightly reduced spacing for a tight look */
.navbar-toggler-icon::before {
  top: -6px;
}
.navbar-toggler-icon::after {
  top: 6px;
}
/* Selected state - Grey background with dark grey lines */
.navbar-toggler[aria-expanded="true"] {
  background-color: #701931 !important;  /* Light Grey background */
  border-color: #FFFFFF !important;
}
/* Change lines to dark grey when selected */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  background-color: #FFFFFF !important;  /* Dark grey lines */
}
/* Collapsed state - Retain blue background */
.navbar-toggler.m-2.collapsed {
  background-color: #701931 !important;
  border-color: #FFFFFF !important;
}
/* Focus, active, clicked, visited states - Retain same styles */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:visited {
  background-color: #701931 !important;
  border-color: #FFFFFF !important;
}


/*----------------------------------------------------------------------------------*/
/*----------------------Main Content Wrapper, publicViewHomeMain.jsp-----------------------------------------------------

.main-hero{
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
-*/

/*----------------------Footer, bottomNavigation.jsp------------------------------------------------------*/
     
footer {
    background-color: #701931;
    color: #FFFFFF !important;
    padding: 20px;
  }


  #footer-info {
    line-height: 18px;
  }
  
  #footer2Sub2{
    height: 65px; /*footer 1 sub 1 height**/
  }
  
  #footer1Wrapper{
    height: 100%; /*Whole footer height **/
  }
/*----------------------------------------------------------------------------------*/


#sidebar1Module1{
  color: white !important;
}
#sidebar1Wrapper{

  background-color: white;
    
  }
  .nav-pills{
    color: white !important;
  }

  footer a {
    color: white !important;
  }


footer > a {
    color: white !important;
  }*/

   #variableContentBlockPG0156{
     color: white !important;  
     font-size: 18px !important;  
     font-weight: 500 !important;  
     padding-top: 35px !important;  
     padding-bottom: 20px !important;  
     display: flex;
     -ms-flex-align: center;
  }

  #linkcontentBlockPG0011 {
    color: #FFFFFF !important;
  }

  #linkcontentBlockPG0199 {
     color: #FFFFFF !important;
  }

  /*----------------------Student Login------------------------------------------------------*/
#buttonContinueCheckoutExisting{
  background-color: #701931 !important;
  border-color: #701931;
  font-weight: bold !important;
}

#buttonContinueCheckoutExisting:hover{
  background-color: #fff !important;
  border-color: #701931;
  color:#701931 !important;
  font-weight: bold !important;
}

#buttonContinueCheckout{
  background-color: #701931 !important;
  border-color: #701931;
  font-weight: bold !important;
}

#buttonContinueCheckout:hover{
  background-color: #fff !important;
  border-color: #701931;
  color:#701931 !important;
  font-weight: bold !important;
}

.scrollSpyMenu.sidebarScrollSpy.d-print-none.affix-top .nav-link{
  color: #701931 !important;
}

#buttonSubmit{
  background-color: #701931 !important;
  border-color: #701931;
  font-weight: bold !important;
}

#buttonSubmit:hover{
  background-color: #fff !important;
  border-color: #701931;
  color:#701931 !important;
  font-weight: bold !important;
}

#buttonBottomSubmit{
  background-color: #701931 !important;
  border-color: #701931;
  font-weight: bold !important;
}

#buttonBottomSubmit:hover{
  background-color: #fff !important;
  border-color: #701931;
  color:#701931 !important;
  font-weight: bold !important;
}

#buttonSave{
  background-color: #701931 !important;
  border-color: #701931;
  font-weight: bold !important;
}

#buttonSave:hover{
  background-color: #fff !important;
  border-color: #701931;
  color:#701931 !important;
  font-weight: bold !important;
}

#buttonSaveStudentProfile{
  background-color: #701931 !important;
  border-color: #701931;
  font-weight: bold !important;
}

#buttonSaveStudentProfile:hover{
  background-color: #fff !important;
  border-color: #701931;
  color:#701931 !important;
  font-weight: bold !important;
}

/*----------------------Instructor Login------------------------------------------------------*/
#buttonSubmitInstructorLogin{
  background-color: #701931 !important;
  border-color: #701931;
  font-weight: bold !important;
}

#buttonSubmitInstructorLogin:hover{
  background-color: #fff !important;
  border-color: #701931;
  color:#701931 !important;
  font-weight: bold !important;
}


#buttonSearch{
  background-color: #701931 !important;
  border-color: #701931;
  font-weight: bold !important;
}

#buttonSearch:hover{
  background-color: #fff !important;
  border-color: #701931;
  color:#701931 !important;
  font-weight: bold !important;
}

/*--- homepage PSO edits ----*/
#content2Sub1 .bg-light-gray.py-5{
  position: relative;
  background-color: #E3E2DD;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}

#content4Sub1 .bg-light-gray.py-5{
  position: relative;
  background-color: #E3E2DD;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}

/* global - start */
:root {
  --lighter-gray-f0f1f1: #f0f1f1;
  --light-gray-e6e6e6: #e6e6e6;
  --med-gray-d6d6d4: #d6d6d4;
  --dark-gray-4d4d4d: #4d4d4d;
  --darkest-gray-222: #222;

  --body-text-color: #212529;

  --link-hover-green: #3c8867;

  /*  */

  --maroon-701931: #701931;
  --maroon-701931-75: rgba(112, 25, 49, 0.75);

  --gold-B6A268: #b6a268;
  --yellow-fec524: #fec524;
  --blue-00405A: #00405a;

  --gray-aca59c: #aca59c;
  --gray-aca59c-75: rgba(172, 165, 156, 0.75);
  --gray-e3e2dd: #e3e2dd;

  --white: #ffffff;
  --black: #000000;

  --border-radius: 0;

  --font-family-heading: "Impact", sans-serif;
  --font-family-body: "Arial", sans-serif;
}

body {
  font-size: 16px;
  font-family: var(--font-family-body);
}

.bg-white {
  background-color: var(--white);
}

.bg-light-gray {
  background-color: var(--light-gray-e6e6e6);
}

.bg-med-gray {
  background-color: var(--med-gray-d6d6d4);
}

.bg-dark-gray {
  background-color: var(--dark-gray-4d4d4d);
}

.bg-black {
  background-color: var(--black);
}

/*  */
.bg-maroon-701931 {
  background-color: var(--maroon-701931);
}

.bg-blue-00405A {
  background-color: var(--blue-00405A);
}

.bg-gray-aca59c {
  background-color: var(--gray-aca59c);
}

.bg-gray-e3e2dd {
  background-color: var(--gray-e3e2dd);
}

a {
  text-decoration: underline;
  color: #0056b3;
}

a.unstyled {
  text-decoration: none;
  color: inherit;
}

/* a[href$=".pdf"]::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
  font-style: normal;
}

a[href$=".pptx"]::before,
a[href$=".ppt"]::before {
  content: "\f1c3";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
  font-style: normal;
}

a[href$=".docx"]::before,
a[href$=".doc"]::before {
  content: "\f1c2";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
  font-style: normal;
} */

a.link-file span.fa {
  display: inline-block;
  margin-right: 0.5em;
}

#clpHeader1ContentWrapper a,
#clpHeader1ContentWrapper a .glyphicon,
#cartInfo a,
#header1ContentWrapper,
#header1ContentWrapper a,
#loginInfo .headerProfileLink,
#loginInfo .headerLogoutLink,
#loginInfo .headerStudentLoginLogoutLink,
.headerStudentLoginContainer .headerStudentLoginDropdownLink {
  color: var(--black);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 1.1rem;
  letter-spacing: normal;
  font-family: var(--font-family-heading);
  text-transform: uppercase;
}

h1,
.h1 {
  color: var(--darkest-gray-222);
  font-size: 3.5em;
}

img {
  max-width: 100%;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body {
  background-color: var(--white);
}
/*--
.section {
  padding: 3em 0;
} --*/

/*  */
@media only screen and (max-width: 991.5px) {

  /* global - start */
  .main-title {
    font-size: 32px;
  }

  /* global - end */

  /* header - start */
  header .header-login button {
    font-size: 15px;
  }

  header #cartInfo .glyphicon {
    font-size: 22px;
  }

  header #header1Col3 {
    text-align: left;
  }

  header #header1Col3 .navbar {
    width: 100% !important;
    padding: 10px 0 !important;
  }


  header #header1Col3 .nav-item {
    padding: 6px 0;
    transition: 0.2s;
  }

  header #header1Col3 .nav-item:first-of-type {
    margin-top: 10px;
  }

  header #header1Col3 .nav-link {
    color: var(--body-text-color);
    padding: 4px 10px 10px 10px;
    font-size: 15px;
    font-weight: 600;
  }

  /* header - end */

  /* bg banner - start */
  .bg-banner {
    height: 300px !important;
  }

  .bg-banner h1 {
    font-size: 40px !important;
  }

  .bg-banner h2 {
    font-size: 20px !important;
  }

  /* bg banner - end */

  /* fast facts - start */
  .fast-fact-box {
    margin-bottom: 50px;
  }

  .fast-fact-icon {
    margin-bottom: 10px;
  }

  /* fast facts - end */

  /* main carousel - start */

  .main-carousel .carousel-caption {
    display: block;
    padding: 30px;
    right: 0;
    left: 0;
  }

  /* main carousel - end */
}

/*  */

.main-title {
  color: var(--maroon-701931);
  width: fit-content;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 50px;
  border-top: 6px solid var(--maroon-701931);
}

.quote-block {
  margin-top: 20px;
  margin-left: 60px;
  padding-left: 10px;
  border-left: 4px solid var(--maroon-701931);
}

form.event-search-form input[type="search"] {
  display: inline;
  height: 48px;
  width: calc(100% - 92px);
  border-radius: 0;
}

/* global - end */

/* showcase - start */
.showcase-title {
  color: var(--maroon-701931);
  border-bottom: 4px solid var(--maroon-701931);
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0;
  margin: 150px auto 50px auto;
}

.showcase-sub-title {
  font-weight: 800;
  font-size: 20px;
  text-transform: capitalize;
}

.showcase-color {
  width: 100%;
  height: 150px;
  margin-bottom: 60px;
}

.showcase-grid {
  width: 100%;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 80px;
}

/* showcase - end */

/* headings - start */
.bold-header {
  font-weight: 900;
}

#contentHeader {
  padding-top: 50px;
}

/* jumbotron  */
p.lead {
  font-weight: 400;
}

.jumbotron {
  background-color: inherit;
}

.jumbotron .d-btn {
  margin-right: 0.5em;
}

.jumbotron.primary-border {
  border: 2px solid var(--maroon-701931);
  padding: 1em;
}

.jumbotron h4.display-4.font-weight-bold {
  margin-bottom: 0;
  font-family: unset;
  text-transform: none;
}

/* headings - end */

/* colors - start */
.bg-primary-color {
  background-color: var(--maroon-701931) !important;
}

.text-primary-color {
  color: var(--maroon-701931) !important;
}

.text-light-gray-e6e6e6 {
  color: var(--light-gray-e6e6e6) !important;
}

.text-dark-gray {
  color: var(--dark-gray-4d4d4d) !important;
}

.text-white,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4 {
  color: var(--white) !important;
}

.text-blue,
.text-blue .h1,
.text-blue .h2,
.text-blue .h3,
.text-blue .h4 {
  color: var(--blue-00405A) !important;
}

.text-maroon,
.text-maroon .h1,
.text-maroon .h2,
.text-maroon .h3,
.text-maroon .h4 {
  color: var(--maroon-701931) !important;
}

.text-black {
  color: var(--black) !important;
}

.banner-title {
  font-family: var(--font-family-heading);
  color: var(--maroon-701931);
  text-transform: uppercase;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  display: block;
}

/* colors - end */

/* buttons - start */
.d-link {
  font-size: 18px;
  color: var(--maroon-701931);
  font-weight: 700;
}

.d-link:hover,
.d-link:focus {
  color: var(--maroon-701931);
  text-decoration: underline;
}

.d-btn {
  display: inline-block;
  padding: 0.6rem 1rem;
  font-weight: bold;
  text-decoration: none !important;
  transition: 0.2s;
  border: none;
}

.btn-maroon {
  background-color: var(--maroon-701931);
  color: var(--white);
  border: 2px solid var(--maroon-701931);
}

.btn-maroon:hover,
.btn-maroon:focus {
  background-color: var(--white);
  color: var(--maroon-701931);
}

.btn-white {
  background-color: var(--white);
  color: var(--blue-00405A);
  border: 2px solid var(--blue-00405A);
}

.btn-white:hover,
.btn-white:focus {
  background-color: var(--blue-00405A);
  color: var(--white);
  border-color: var(--white);
}

.btn-blue {
  background-color: var(--blue-00405A);
  color: var(--white);
  border: 2px solid var(--blue-00405A);
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: var(--white);
  color: var(--blue-00405A);
}

.chevron-link {
  color: var(--maroon-701931);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: var(--font-family-heading);
}

.chevron-link:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.5em;
  display: inline-block;
  align-items: center;
}

/* buttons - end */

/* header - start */
header #header1ContentWrapper {
  padding: 1px !important;
}

header .header-logo {
  max-width: 200px !important;
  display: inline-block !important;
}

header .header-logo img {
  width: 100% !important;
  box-sizing: border-box !important;
}

header .header-login .dropdown-item {
  color: var(--maroon-701931) !important;
  font-weight: bold !important;
  text-decoration: none;
}

header .header-login button {
  color: var(--black);
  font-weight: 600 !important;
}

header .header-login button:focus,
header .header-login button:hover {
  color: var(--maroon-701931);
}

header .header-search button {
  background-color: var(--maroon-701931);
}

header .header-search button span {
  color: var(--black);
}

/*-- 
header .banner-menu.navbar {
  margin-left: 0 !important;
  width: fit-content !important;
  padding: 0 !important;
}

@media screen and (min-width: 992px) {
  header .banner-menu.navbar {
    margin: 0 auto;
  }
}
--*/
header .banner-menu.navbar ul.navbar-nav li.nav-item,
header .banner-menu.navbar ul.navbar-nav li.nav-item a {
  color: var(--white);
}

header .banner-menu.navbar ul.navbar-nav li.nav-item a {
  text-decoration: none;
}

header .banner-menu.navbar ul.navbar-nav li.nav-item:hover,
header .banner-menu.navbar ul.navbar-nav li.nav-item a:hover {
  text-decoration: underline;
}

header .banner-menu.navbar .navbar-toggler {
  background-color: var(--white);
  margin: 0.5em 0.5em 0.5em 0;
  border: 1px solid var(--body-text-color);
}

header .banner-menu.navbar .navbar-toggler[aria-expanded="false"]:after {
  content: "Menu";
}

header .banner-menu.navbar .navbar-toggler[aria-expanded="true"]:after {
  content: "Close";
}

header .navbar-dropdown {
  cursor: pointer;
}

header .navbar-dropdown .dropdown-menu {
  background-color: var(--white) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

header .navbar-dropdown .dropdown-menu a {
  color: var(--black) !important;
  padding: 10px 20px;
}

header .navbar-dropdown .dropdown-menu a:hover,
header .navbar-dropdown .dropdown-menu a:focus {
  color: var(--white) !important;
}

header #header3Wrapper a.nav-link {
  text-decoration: none;
  color: var(--white) !important;
  font-size: 1em;
  font-weight: 600;
}

header #header3Wrapper a.nav-link:hover {
  text-decoration: underline !important;
}

header #header1Col3 .nav-link[aria-expanded="true"] {
  background-color: var(--maroon-701931);
  color: var(--white) !important;
}

header #header1Col3 .nav-link:hover {
  color: var(--white);
}

header .navbar-dropdown .dropdown-menu a:hover,
header .navbar-dropdown .dropdown-menu a:focus,
header #header1Col3 .nav-item:hover,
header #header1Col3 .nav-item:focus {
  background-color: var(--maroon-701931);
  color: var(--white);
}

#shoppingCartLink .glyphicon,
#shoppingCartLink #cartCount {
  filter: invert(1);
}

#shoppingCartLink #cartCount {
  background-color: var(--black);
}

/* logos  */
a.header-logo .logo-desktop {
  display: none;
  padding: 0.25em 1em;
}

a.header-logo .logo-mobile {
  display: block;
  padding: 0 0.5em;
  max-height: 38px;
}

@media screen and (min-width: 576px) {
  a.header-logo .logo-desktop {
    display: block;
  }

  a.header-logo .logo-mobile {
    display: none;
  }
}

/* header - end */

/* footer - start */
footer {
  padding: 1.5em 0;
  background-color: var(--maroon-701931);
  color: var(--white);
}

footer .column-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  font-weight: 600;
  font-family: var(--font-family-body);
}

footer ul.footer-links {
  list-style-type: none;
  padding: 0;
}

footer a {
  color: var(--white);
}

footer a:hover {
  color: var(--white);
  text-decoration: none;
}

footer ul.footer-social {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding: 0;
  justify-content: space-evenly;
  align-content: center;
}

footer ul.footer-social li {}

footer ul.footer-social li a {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  color: var(--white);
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: 0.2s;
}

footer ul.footer-social li a:hover {
  color: var(--med-gray-d6d6d4);
}

/* footer - end */

/* main hero - start */
.main-hero {
  position: relative;
  background-image: url(/_resources/images/dji_0602a.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
}

/* overlay (not used)  */
/* .main-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
} */

.main-hero .hero-content {
  display: flex;
  height: 100%;
  padding: 2rem 0;
}

.main-hero .hero-content .hero-cta-box {
  background: var(--gray-aca59c-75);
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 0 1 100%;
}

.main-hero .hero-content .hero-cta-box h1,
.main-hero .hero-content .hero-cta-box h2 {
  color: var(--darkest-gray-222);
  margin-bottom: 0.25em;
  font-weight: 500;
}

.main-hero .hero-content .hero-cta-box h1 {
  font-size: 3.5em;
}

.main-hero .hero-content .hero-cta-box h2 {
  font-size: 2em;
}

h3 {
  font-size: 2rem;
}

/* main hero - end */

/* bg banner - start */
.bg-banner {
  position: relative;
  background-image: url(../images/hero-banner.jfif);
  background-size: cover;
  height: 380px;
}

.bg-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.bg-banner .bg-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.bg-banner h2 {
  font-size: 40px;
  color: var(--white);
  font-weight: 900;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
}

.bg-banner p {
  font-size: 26px;
  color: var(--white);
  font-weight: 900;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
}

/* bg banner - end */

/* shadow cards - start */
.highlight-card {
  margin-bottom: 2em;
  position: relative;
}

.highlight-card {
  margin-bottom: 2em;
  position: relative;
}

.highlight-card img {
  z-index: 2;
  display: inline-block;
}

.highlight-card .title {
  display: block;
  margin: 1em 0 0.5em 0;
}

.highlight-card.vert .title {
  background-color: var(--maroon-701931-75);
  color: var(--white);
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-top: -2em;
  margin-bottom: 1em;
  padding-top: 0.25em;
  height: 2em;
  z-index: 999;
  position: relative;
}

.highlight-card.horiz {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 2em 0;
}

.highlight-card.horiz .title {
  color: var(--black);
  font-weight: 600;
  font-size: 2em;
  position: relative;
  display: block;
}

@media screen and (min-width: 992px) {
  .highlight-card.horiz .title {
    margin-top: -0.25em;
  }
}

/* shadow cards - end */

/* highlight box - start */
.highlight-box {
  margin-bottom: 50px;
}

.highlight-box-image a {
  display: inline-block;
}

.highlight-box-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight-box-header {
  color: var(--dark-gray-4d4d4d);
  margin-top: 16px;
}

/* highlight box - end */

/* info card - start */
.info-card {
  margin-bottom: 50px;
}

.info-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-card-header {
  color: var(--dark-gray-4d4d4d);
  margin-top: 16px;
}

/* info card - end */

/* fast facts - start */
.fast-facts {
  background-color: var(--maroon-701931);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.fast-fact-box {
  text-align: center;
  font-size: 22px;
  border-right: 2px solid var(--white);
}

.fast-fact-box:last-of-type {
  border-right: none;
}

.fast-fact-icon {
  font-size: 34px;
  margin-bottom: 20px;
}

.fast-fact-title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
}

.fast-fact-info {
  font-size: 20px;
  font-weight: 600;
  line-height: 0;
}

/* fast facts - end */

/* main carousel - start */
.main-carousel .carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.main-carousel .carousel-caption {
  background-color: #0000008d;
  padding: 40px 20px 30px 20px;
  bottom: 0;
}

.main-carousel .carousel-caption p {
  font-size: 20px;
}

/* main carousel - end */

/* table - start */
table a,
table thead th {
  color: var(--maroon-701931);
}

/* table - end */

.nav-tabs li button:not(.active) {
  background-color: transparent;
}

.nav-tabs li button {
  padding: 1em;
}

.nav-tabs li button:focus,
.nav-tabs li button:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  outline: none;
}

/* tabs - end */

/* breadcrumb - start */
.breadcrumb {
  background-color: var(--light-gray-e6e6e6);
}

.breadcrumb a {
  color: var(--maroon-701931);
}

/* breadcrumb - end */

/* list group - start */
.list-group-item.active {
  background-color: var(--maroon-701931);
  border-color: var(--maroon-701931);
}

/* list group - end */

/* pagination - start */
.pagination a {
  color: var(--maroon-701931);
  box-shadow: none !important;
}

.page-link:hover {
  z-index: 2;
  color: var(--white);
  text-decoration: none;
  background-color: var(--maroon-701931);
  border-color: var(--maroon-701931);
}

/* pagination - end */

/* panel cards - start */
.panel-group {
  margin: 30px 0;
}

.form-group {
  margin-bottom: 40px;
}

.card {
  border-radius: 0;
  border-bottom: 0;
}

.card .card-header {
  padding: 20px;
  color: var(--maroon-701931);
  font-weight: 700;
}

.card .card-header a {
  color: var(--maroon-701931);
  font-weight: 700;
  text-decoration: none;
}

.card-info .panelHeadingToggle,
.card .panelHeadingToggle:hover,
.card .panelHeadingToggle:focus,
.card .panelHeadingToggle[aria-expanded="true"] {
  background-color: var(--maroon-701931);
  color: var(--white);
}

.card-info .panelHeadingToggle a,
.card-info .panelHeadingToggle span,
.card .panelHeadingToggle:hover a,
.card .panelHeadingToggle:focus a,
.card .panelHeadingToggle:hover span,
.card .panelHeadingToggle:focus span {
  color: var(--white);
}

.card td {
  /*padding: 16px 40px !important;*/
  background-color: var(--white);
}

.card tr:last-child td {
  border-bottom: 1px solid var(--light-gray-e6e6e6);
}

.card td a {
  text-decoration: none;
  font-weight: 600;
}

.card td:hover,
.card td:focus {
  background-color: rgba(0, 0, 0, 0.03);
  text-decoration: none;
}

/* panel cards - end */

.flex-cards .category-card {
  flex: 1 1 auto;
  width: 250px;
}

.flex-cards .category-card {
  display: flex;
  flex-flow: column;
  text-align: center;
  margin: 1em 0;
}

.flex-cards .category-card span.uofs-icon {
  font-size: 4.5em;
}

.flex-cards .category-card img {
  margin: 0 auto;
  max-width: 90px;
}

/* studentInquirySelection - start */
.studentInquirySelection {
  margin-top: 20px;
  padding: 0 20px;
}

.studentInquirySelection:first-of-type {
  margin-top: 50px;
}

.studentInquirySelection:last-of-type {
  border-bottom: 0;
  margin-bottom: 70px;
}

.studentInquirySelection h5 a {
  display: block;
  color: var(--maroon-701931);
}

/* studentInquirySelection - end */

.accordion .card {
  margin-bottom: 0;
}

.accordion .card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion .card-header {
  padding: 0.5em;
  background-color: var(--white);
}

.accordion .card-header:has(.accordion-button:not(.collapsed)) {
  background-color: var(--lighter-gray-f0f1f1);
}

.accordion .accordion-button {
  font-family: var(--font-family-body);
  color: var(--maroon-701931);
  font-weight: 600;
  font-size: 0.6em;
}

.accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.accordion .accordion-button::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 20px;
  transition: all 0.2s ease-in-out;
}

.accordion>.card:first-of-type {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.accordion>.card:last-of-type {
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

/* accordion - end */

/* sideby  */
.sideby-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5em;
}

.sideby-image {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

/* sideby - end */

/* programAreaCourses - end */

/* alerts  */
.alert {
  border-radius: 0;
  padding: 1rem;
}

.alert p {
  margin: 0;
}

.alert-info,
.alert-success {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.alert-warning,
.alert-danger {
  color: #222;
  background-color: #f1c730;
  border-color: #f1c730;
}


.main-hero .hero-content .hero-cta-box {
  width: 100%;
  max-width: 600px;
  padding: 16px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.main-hero .hero-content .hero-cta-box p {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .main-hero .hero-content .hero-cta-box {
    padding: 20px;
  }

  .main-hero .hero-content .hero-cta-box h1 {
    font-size: 3rem;
  }

  .main-hero .hero-content .hero-cta-box p {
    font-size: 0.95rem;
  }

  .main-hero .hero-content .hero-cta-box .btn-blue {
    font-size: 0.95rem;
  }
}


/*@media (min-width: 576px) {
  .main-hero .hero-content .hero-cta-box {
    flex: 0 1 75%;
    padding: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .main-hero .hero-content .hero-cta-box {
    flex: 0 1 50%;
  }

  .highlight-card {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991.5px) {
  nav.navbar .navbar-collapse.show {
    background-color: var(--maroon-701931);
    z-index: 1;
  }
}*/